github.com/refraction-networking/utls.tlsExtensionJSONAccepter.extNameOnly (field)

8 uses

	github.com/refraction-networking/utls (current package)
		u_clienthello_json.go#L101: 		if accepter.extNameOnly.Name == "GREASE" {
		u_clienthello_json.go#L106: 		if extID, ok := dicttls.DictExtTypeNameIndexed[accepter.extNameOnly.Name]; !ok {
		u_clienthello_json.go#L107: 			return fmt.Errorf("%w: %s", ErrUnknownExtension, accepter.extNameOnly.Name)
		u_clienthello_json.go#L114: 					ext = genericExtension(extID, accepter.extNameOnly.Name)
		u_clienthello_json.go#L116: 					return fmt.Errorf("extension %s (%d) is not JSON compatible", accepter.extNameOnly.Name, extID)
		u_clienthello_json.go#L133: 				return fmt.Errorf("extension %s (%d) is not JSON compatible", accepter.extNameOnly.Name, extID)
		u_clienthello_json.go#L174: 	extNameOnly struct {
		u_clienthello_json.go#L183: 	return json.Unmarshal(jsonStr, &t.extNameOnly)